using UnityEditor;
using UnityEngine;
using System;
using Object = UnityEngine.Object;

namespace MagicaCloth
{
    public class MagicaAvatarInspector : Editor
    {
        public override void OnInspectorGUI()
        {
            throw new NotImplementedException();
        }
    }
}